home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu178.dms / pu178.adf / DOCUMENTATION / OTHERS / DCopy20.doc < prev    next >
Text File  |  1994-11-01  |  8KB  |  221 lines

  1. *******************************************************************************
  2. ******                 D-COPY  v2.0  -  a D-MOB release!                 ******
  3. ******                                                                   ******
  4. ******            Coding by TURBOBRAIN  &  graphics by NICK23            ******
  5. ******        Original copy routines by R.GELFAND & S.THUBEAUVILLE       ******
  6. ******                    Finished December 27th 1991                    ******
  7. ******                                                                   ******
  8. ******  This program may not be distributed for any commercial reasons.  ******
  9. *******************************************************************************
  10.  
  11.     This program was made after we had enough of cursing over badly
  12.     coded, inequal and often inaccurate copy-programs (i.e. X-COPY)!!
  13.     Because of this we decided to create a copier superior to all
  14.     other copiers seen before, and this is it...
  15.     D-Copy is developed by hackers for hackers, and suited for your
  16.     needs, and therefore D-Copy should be your choice from now on!!
  17.     
  18.  
  19.  
  20. notes:    D-Copy v2.0 has been tested on:
  21.       *  A1000
  22.       *  A500, A500+
  23.       *  A2000/2500
  24.       *  A3000
  25.  
  26.     D-Copy has been tested with:
  27.       *  512k - 8meg memory expansion
  28.           *  2 Meg ChipMem
  29.       *  1-4 external + harddrive
  30.       *  Kickstart v1.1 - v2.0 (37.175)
  31.       *  TurboCards (68030) we'll see about the 040...
  32.  
  33.  
  34. features - switches:
  35. --------------------
  36. SRC:    Source drive DF0: - DF3:
  37.  
  38. DEST:    Destination drive(s) DF0: - DF3:
  39.     Writing will affect all destination drives selected. If
  40.     destination and source drive is the same, D-Copy will
  41.     copy in single-drive mode.
  42.     
  43.  
  44. DOS 1:    Copies standard DOS tracks, including errors.        
  45.  
  46. DOS 2:    Copies standard DOS tracks with corrected errors. Checksums
  47.     are recalculated and some header info are also corrected.
  48.     Otherwise the same as DosCopy 1. Use when data is lost due to
  49.     read errors. This will not recover all data but should be able
  50.     to save some of it.
  51.  
  52. DOS 3:  Copies standard DOS track but uses the Bitmap to find out which
  53.         tracks that contains data so it only have to copy tracks with data
  54.         on and format the rest.
  55.  
  56. NIB 1:    Copies foreign formats. Use when disks are copy-protected...
  57.  
  58. NIB 2:    Basically the same as NibbleCopy 1, but uses a different
  59.     method to find the track gap.
  60.  
  61. NIB 3:  Copies MS-DOS disks (720 Kb). This routine is NOT ready yet.
  62.         The copy routine is working and so is some of the error checking-
  63.         routines. The only thing that isn't working is the checksum routine
  64.         for the header and data section. I had some problems with their
  65.         strange checksum-format.
  66.     
  67.  
  68. CHK:    Checks standard DOS tracks for errors in the selected source drive.
  69.  
  70. FMT:    Format standard DOS disks. When prompted for the diskname, you can
  71.         select single tracks to be formated by clicking in the grid or just
  72.         start the operation to do a normal format.
  73.  
  74. NAME:    Tells the name of the disk in the selected source drive.
  75.  
  76. DEF:    Sets SIDE 0/1, START+END TRACK, SYNC-WORDS, and SYNC-CORRECTOR
  77.     to the default values.
  78.     
  79. ERR:    Click on ERR and then on an error in the grid to get a 
  80.     short explanation of what it is.
  81.  
  82. DRIVE:    Scans the system for connected diskdrives (should find 5'25"
  83.     not tested) Handy if you forgot to turn on any drives.
  84.  
  85. START/
  86. END:    Click in the grids to select start and end track.
  87.     Left mouse button for START and right for END.
  88.  
  89. 0/1:    Selects which head to copy; Top, Bottom, or Both.
  90.  
  91.  
  92.  
  93.  
  94.  
  95. RAM:    Tracks are stored in memory; same as single-drive copy, but
  96.     may be written more than once to selected destinations.
  97.     
  98. VRFY:    Verifies selected destinations. Verify errors are displayed
  99.     in blue digits, where the digit is the drive number. If more
  100.     than one drive gets a verify error on the same track, a blue
  101.     X will appear instead of a digit.
  102.     The verify isn't completely dependable, because the verfication
  103.     starts half a second after the writing has started (e.g. the
  104.     the writing of one track takes half a second). The verify
  105.     routine will read the track correctly, but a damaged track
  106.     may hold this data for a certain amount of time and then 
  107.     lose it. To be sure, wait a while between copying and
  108.     checking target disks for errors.
  109.     Use SAFE button to make the verify safer...
  110.  
  111. SAFE:    Makes a CheckDisk after selected operation (copy or format)
  112.     This method is safer than Verify because there is more time
  113.         between the writing to the disk and the reading (checking)
  114.         from it, so if a track is bad it will probably lose it's
  115.         contens before the check has started and you will get an error.
  116.  
  117.     
  118.  
  119.  
  120. CRUNCHER MENU:
  121.         Use this only if you are short on memory, because it takes more
  122.         time. The tracks are crunched and stored into memory under singel-
  123.         drive copy. The higher cruncher level, the more data you can
  124.         store in memory (and ofcourse it takes more time too).
  125.  
  126.  
  127.  
  128. SYNCMENU:
  129.     When the sync switch is on, all sync-marks will be recalculated
  130.     during copy. This option should be turned off when copying
  131.     foreign formats!
  132.     The sync-mark is a mark that the disk controller uses to
  133.     find the start of a track or sector on the disk. The standard
  134.     mark for the Amiga is $4489. If you change this, the disk
  135.     controller won't find any valid data on the disk. This can
  136.     be used as a kind of copy-protection, because if you don't
  137.     know the correct sync-word for the tracks, the disk becomes
  138.     completely unreadable.
  139.     The 'READ' and 'WRT' switches above the sync button stands for
  140.     read/write sync-word. If you change the write-sync to an
  141.     other value and copy the disk with this, the disk becomes
  142.     unreadable if you don't know the correct sync-word. Crypting
  143.     protection for valuable disks can be made with this kind of
  144.     operation. You just have to set the read-sync to the same 
  145.     value as you had on the write-sync before and the write-sync
  146.     to the standard sync-word($4489) to get back a readable disk!
  147.     When you choose your 'secret' sync-word you have to let D-Copy
  148.     calculate it for you by pressing the up or down arrows on
  149.     the 'i' selector to the right of the sync-word. This assures
  150.     you that the sync-word is a valid sync value to be used as
  151.     a sync-mark. WARNING! Use this option with caution, since
  152.                   incorrect usage will destroy all data.
  153.  
  154.  
  155.  
  156.  
  157. features - buttons:                        
  158. -------------------                        
  159. KILL:    Removes the system to increase memory.
  160.     Very handy for those who are short of RAM. Use when copying
  161.     in single-drive mode.
  162.     When clicking on the exit button the computer will reset.
  163.     This is a true reset routine (i.e expansion boards are found
  164.     when the system is rebooting). 
  165.     
  166. GO!:    Starts the selected function.
  167.  
  168. ESC:    Aborts the selected function.
  169.  
  170. R:    Makes a retry on damaged tracks after a copy. Has shown to
  171.     be very successful in reading damaged tracks.
  172.  
  173.  
  174.  
  175. features - specials:
  176. --------------------
  177. SPD:    Selects what speed with which to step the head from one
  178.     track to another. Speeds are 1 - 9 (Fast to Slow).
  179.     Most drives can't handle a speed faster than 3. You'll
  180.     have to try out what speed is the best for your drive!
  181.     Don't take any chances with using a faster speed than
  182.     your drive can handle. This will only result in read
  183.     errors on your destination disks.
  184.     
  185. ATT:    Number of attempts to read damaged tracks. Also affects
  186.     the number of writings during verification.
  187.     
  188. Comments:
  189. ---------
  190. MOUSE:    Mouse will be freezed when clicking the RIGHT mouse button
  191.     over the GO-R-ESC area. Indicated by pointer turning yellow.
  192.  
  193. MODES:    If you have selected the same source and destination drive
  194.     the program will turn on single-drive mode automatically. This
  195.     is the only way to get into single-drive mode.
  196.  
  197. DRIVES:    If you have connected more than one external drive you may get
  198.     some problems with power consumption. Having a four-drive system
  199.     working requires a lot of power so you just have to see if your
  200.     transformator can deliver the amount your drives need.
  201.  
  202.  
  203.  
  204.     The testing of this program has been made by several of my
  205.     friends and the D-MOB crew, who also gave me moral support
  206.     during intense bug-fixing periods. I also wish to thank all
  207.     those who sent me bug-reports and ideas on how to improve
  208.     D-Copy and you are now able to enjoy the result!
  209.  
  210.  
  211.     If you find some bugs or have some constructive ideas on
  212.     how to improve D-Copy, please write or call me at:
  213.  
  214.  
  215.  
  216.         Stefan Bernbo / TURBOBRAIN
  217.         Hantverkaregatan 2
  218.         S-37135 Karlskrona
  219.        tel: +46-(0)455-10053        
  220.  
  221.